DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / CanInsert Method
This parameter is ignored because Entity Framework works with non-ordered sources.
The item that would be inserted.

In This Topic
    CanInsert Method (C1EntityFrameworkCoreCursorDataCollection<T>)
    In This Topic
    Determines whether a new item can be inserted in the collection at the specified index.
    Syntax
    'Declaration
     
    Public Overrides Function CanInsert( _
       ByVal index As Integer, _
       ByVal item As T _
    ) As Boolean
    public override bool CanInsert( 
       int index,
       T item
    )

    Parameters

    index
    This parameter is ignored because Entity Framework works with non-ordered sources.
    item
    The item that would be inserted.
    See Also